LockWorkstation Method

Locks the workstation, protecting it from unauthorized use.

Syntax

obj.LockWorkstation()
Where obj is an OpScrUtil.SystemManager object.

Parameters

None.

Return Type

Boolean.

Example

To lock the workstation, enter:

Set obj = CreateObject("OpScrUtil.SystemManager")
bOK = obj.LockWorkstation()